home *** CD-ROM | disk | FTP | other *** search
- #!/usr/bin/perl5
- #
- # connect-epitath.cgi
- #
- # Copyright 1988-1996 Silicon Graphics, Inc.
- # All rights reserved.
- #
- # This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
- # the contents of this file may not be disclosed to third parties, copied or
- # duplicated in any form, in whole or in part, without the prior written
- # permission of Silicon Graphics, Inc.
- #
- # RESTRICTED RIGHTS LEGEND:
- # Use, duplication or disclosure by the Government is subject to restrictions
- # as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
- # and Computer Software clause at DFARS 252.227-7013, and/or in similar or
- # successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
- # rights reserved under the Copyright Laws of the United States.
- #
- # $Id: connect-epitath.cgi,v 1.11 1997/06/19 22:26:44 shotes Exp $
-
- system("/etc/shutdown -y -g10 -i6 > /dev/null 2>&1");
-
- print <<EPITATH;
- Content-type: text/html
-
- <HTML>
- <HEAD><TITLE>You're Done!</TITLE></HEAD>
- <BODY BGCOLOR='c7ded4' BACKGROUND=/tasks/connect-task.bg.gif>
- <CENTER>
-
- <FONT SIZE=7>
- <STRONG>
- You're Done!
- <P>
- </FONT>
- </FONT=6>
- You've completed the steps necessary to configure your
- <P>
- Silicon Graphics'
- <EM>WebForce Internet Gateway!</EM><P>
- </FONT>
- </STRONG>
- </CENTER>
- <P>
- <FONT SIZE=4>
- It will take four or five minutes for your Gateway to reboot and restart its networking services.
- <P>
- Once this is done, if the information you and your Internet Service Provider (ISP) supplied is
- accurate, and the physical network connections between your Gateway, your network and your ISP
- are correct, then you will be able to access the Internet and surf the World Wide Web!
- </FONT>
- </BODY>
- </HTML>
- EPITATH
-